object DriveInfoDialog: TDriveInfoDialog Tag = 460 Left = 291 Top = 191 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Drive Info' ClientHeight = 214 ClientWidth = 337 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 321 Height = 161 Shape = bsFrame end object LabelCyl: TLabel Tag = 462 Left = 16 Top = 48 Width = 86 Height = 13 Caption = 'Physical cylinders:' end object LabelHeads: TLabel Tag = 463 Left = 16 Top = 68 Width = 74 Height = 13 Caption = 'Physical heads:' end object LabelSecPerTrk: TLabel Tag = 464 Left = 16 Top = 88 Width = 124 Height = 13 Caption = 'Physical sectors per track:' end object LabelSectors: TLabel Tag = 465 Left = 16 Top = 108 Width = 79 Height = 13 Caption = 'Physical sectors:' end object LabelBytesPerSec: TLabel Tag = 466 Left = 16 Top = 128 Width = 81 Height = 13 Caption = 'Bytes in a sector:' end object Label1: TLabel Tag = 461 Left = 16 Top = 20 Width = 28 Height = 13 Caption = 'Drive:' end object OKBtn: TButton Tag = 467 Left = 131 Top = 180 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object EditCyl: TEdit Left = 164 Top = 44 Width = 158 Height = 21 ReadOnly = True TabOrder = 1 end object EditHeads: TEdit Left = 164 Top = 64 Width = 158 Height = 21 ReadOnly = True TabOrder = 2 end object EditSectors: TEdit Left = 164 Top = 105 Width = 158 Height = 21 ReadOnly = True TabOrder = 3 end object EditBytesPerSec: TEdit Left = 164 Top = 124 Width = 158 Height = 21 ReadOnly = True TabOrder = 4 end object EditSecPerTrk: TEdit Left = 164 Top = 84 Width = 158 Height = 21 ReadOnly = True TabOrder = 5 end object EditName: TEdit Left = 164 Top = 16 Width = 158 Height = 21 ReadOnly = True TabOrder = 6 end end